/* Layout
 * ------
 * Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
 *
 * 1. Header
 * 2. Content
 * 3. Navigation menus
 * 4. Sidebar Left
 * 5. Sideabr Right */
/* remove 'auto' and the width to switch to a fluid width */
/* line 16, ../sass/layout.sass */
#page {
  width: 100%;
  
	margin-top: 30px;
}
#contenedor-header{
	width: 1024px;
		margin: 0 auto;
			box-shadow: 0px -1px 15px #888;
}
#header, #navigation, #footer, #content{
	width: 1024px;
	margin: 0 auto;
	
}
#content{
	padding-top: 30px;
	font-family: Verdana;
	font-size: 14px;
	color: #313131;
}
#primary{
	height: 100%;
}
ul.main-menu li{
	float: left;
	height: 100%;
	line-height: 36px;
	text-align: center;
}
ul.main-menu li:hover, ul.main-menu li.active{
	background-color: #004766;
}
ul.main-menu li a{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 35px;
}
/* Layout rules. (Disclaimer: do not change if you're not sure you know what you're doing.) */
/* line 21, ../sass/layout.sass */
/*#content {
  float: left;
  width: 100%;
	margin-right: -100%;
  padding: 0;
}*/

#content-inner{
		padding-left: 90px;
}

/* line 27, ../sass/layout.sass */
.sidebar {
  float: left;
}

/* line 30, ../sass/layout.sass */
#sidebar-second {
  float: right;
}

/* line 33, ../sass/layout.sass */
#footer {
  float: none;
  clear: both;
	height: 72px;
}
#header{
	height: 178px;
	background-color: #FFF;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: right;
	opacity: 0.5;
	filter:alpha(opacity=50);

}
#logo-title{
	position: absolute;
	margin-top: 34px;
	margin-left: 30px;
	z-index: 1;
}
/* Layout Helpers */
/* line 38, ../sass/layout.sass */
#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}

/* Sidebars width
 * --------------
 * Changing the width of the sidebars is dead easy, just change the
 * values below corresponding to the sidebar you want to modify.
 * Make sure you keep negative values as negative values.
 * For example, if I want to increase the width of the left sidebar
 * to 300px, I would have to change each '190' to '300'. */
/* line 56, ../sass/layout.sass */
.two-sidebars .center,
.sidebar-left .center {
  margin-left: 190px;
}

/* line 60, ../sass/layout.sass */
#sidebar-first {
  width: 190px;
  margin-right: -190px;
}

/* line 66, ../sass/layout.sass */
.two-sidebars .center,
.sidebar-right .center {
  margin-right: 200px;
}

/* line 70, ../sass/layout.sass */
#sidebar-second {
  width: 200px;
}

/* Columns Inner
 * -------------
 * You can change the padding inside the columns without changing the
 * width of them by just usinbg the INNER div of each column */
/* line 77, ../sass/layout.sass */
.inner {
  padding: 0;
}

/* Navigation styles
 * -----------------
 * The navigation is loaded after the content, so we need to make space
 * for it, equal to its height, so if you change the height of the navigation,
 * remember to adapt the margin top of the content and sidebars. */
/* line 85, ../sass/layout.sass */
#navigation {
  padding: 0;
  height: 36px;
}

/* line 95, ../sass/layout.sass */
/*.with-navigation #content,
.with-navigation .sidebar {
  margin-top: 40px;
}*/
#block-block-1{
	padding-top: 4px;
}
#block-block-1 p{
	margin: 0;